projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f60f910
)
(x_connection_closed): Add newline when printing error message on stderr.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 26 Jun 1996 17:45:28 +0000
(17:45 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 26 Jun 1996 17:45:28 +0000
(17:45 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index d798f10fb1c99613ceb8adde04de592688d7687d..35fa4cf42412f1cc8602e59a690388616e50cb08 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-4519,7
+4519,7
@@
x_connection_closed (display, error_message)
if (x_display_list == 0)
{
- fprintf (stderr, "%s", error_message);
+ fprintf (stderr, "%s
\n
", error_message);
shut_down_emacs (0, 0, Qnil);
exit (70);
}